![]() |
PATH![]() |
![]() ![]() |
Releases memory used by a URL reference.
OSStatus URLDisposeReference (URLReference urlRef);
The URLDisposeReference function releases memory occupied by a URL reference. You should call URLDisposeReference when you no longer need a URL reference.
WARNING
Do not call URLDisposeReference from your system event callback routine or from your notification callback routine. Doing so may cause your application to stop working.
The function URLNewReference .